GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-07T09:27:06.5308237+00:00",
"SubmitDate": "2025-12-07T09:27:06.5308237+00:00",
"ReportPeriodStart": "2025-12-07T09:27:06.5308237+00:00",
"ReportPeriodEnd": "2025-12-07T09:27:06.5308237+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f025b561-605d-4a60-9a7a-00730dadc0dd",
"Rows": [
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f025b561-605d-4a60-9a7a-00730dadc0dd",
"Rows": [
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bdda0497-447b-4e2d-9392-6d806b486173",
"01e82724-6217-4730-92e7-3300e3d7232f"
],
"Approvers": [
"fa6785d9-6148-4dfb-9f21-02c4d5e6bb93",
"b2f720df-2473-4827-ba49-bb9bec079ef8"
],
"ApprovedBy": "398d6f77-b162-4d92-acc9-810989e64f4b",
"ApprovalDate": "2025-12-07T09:27:06.5308237+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1ebf996f-cc3e-4c3c-8e70-c086cb056971",
"id": "83992b1b-572e-460e-a3e0-820b235e0b84",
"ConfigId": "754fd798-a612-44f5-9448-d61dd2b8bd3a"
},
{
"GenerationDate": "2025-12-07T09:27:06.5308237+00:00",
"SubmitDate": "2025-12-07T09:27:06.5308237+00:00",
"ReportPeriodStart": "2025-12-07T09:27:06.5308237+00:00",
"ReportPeriodEnd": "2025-12-07T09:27:06.5308237+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f025b561-605d-4a60-9a7a-00730dadc0dd",
"Rows": [
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f025b561-605d-4a60-9a7a-00730dadc0dd",
"Rows": [
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2a64184d-7d3e-4b4d-9037-18bff95b8d36",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bdda0497-447b-4e2d-9392-6d806b486173",
"01e82724-6217-4730-92e7-3300e3d7232f"
],
"Approvers": [
"fa6785d9-6148-4dfb-9f21-02c4d5e6bb93",
"b2f720df-2473-4827-ba49-bb9bec079ef8"
],
"ApprovedBy": "398d6f77-b162-4d92-acc9-810989e64f4b",
"ApprovalDate": "2025-12-07T09:27:06.5308237+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "1ebf996f-cc3e-4c3c-8e70-c086cb056971",
"id": "83992b1b-572e-460e-a3e0-820b235e0b84",
"ConfigId": "754fd798-a612-44f5-9448-d61dd2b8bd3a"
}
]